PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.operators Package / PDFDisplayImageXObjectOperator Class / getImageVisualObject Method
In This Topic
    getImageVisualObject Method
    In This Topic
    Gets the visual image painted by this operator.
    This property is set only when the property is set to true on the object that processes this operator
    Syntax
    public PDFImageVisualObject getImageVisualObject()

    Return Value

    A com.o2sol.pdf4java.content.visualobjects.PDFImageVisualObject that describes the image painted by this operator
    See Also